DocumentItem
Table
Table (private) | Class that represents Table in Word document. |
BackgroundColor | Sets or gets background color for the table. |
ColumnCount | Returns the number of Columns in the table. |
RowCount | Returns the number of Rows in the table. |
Style | Sets or gets predefined TableStyle for the Table. When reading then nil will be returned no table style has been set. |
WidthMode | Returns the width mode for the table. |
AppendRow | Appends row to the table. |
Border | Returns border info object of given type for the table. |
Cell | Returns TableCell from the table at given column and row index. |
ColumnWidth | Getter method for getting column width. |
ColumnWidth | Setter method for setting column width. |
InsertPageBreakAfter (Inherited) | Inserts page break after this document item. |
InsertPageBreakBefore (Inherited) | Inserts page break before this document item. |
InsertParagraphAfter (Inherited) | Inserts paragraph after this document item. |
InsertParagraphBefore (Inherited) | Inserts paragraph before this document item. |
InsertSectionBreakAfter (Inherited) | Inserts section break after this document item. |
InsertSectionBreakBefore (Inherited) | Inserts section break before this document item. |
RemoveRow | Removes row from the table. |
Row | Returns TableRow at given index. |
SetTableWidth | Sets width of the table. |
TableWidth | Gets the width of the table. |